github.com/jackc/pgx/v5/pgxpool.Conn.res (field)
9 uses
github.com/jackc/pgx/v5/pgxpool (current package)
conn.go#L14: res *puddle.Resource[*connResource]
conn.go#L21: if c.res == nil {
conn.go#L26: res := c.res
conn.go#L27: c.res = nil
conn.go#L73: if c.res == nil {
conn.go#L78: res := c.res
conn.go#L79: c.res = nil
conn.go#L125: return c.res.Value()
pool.go#L43: c.res = res
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)